Package pyb :: Module core :: Class _MethodWrapper
[show private | hide private]
[frames | no frames]

Class _MethodWrapper


Wrap the target body method allowing pre- and post- method code.
Method Summary
  __init__(self, method, target)
Constructor.
  __call__(self)
Invoke the wrapped method.

Method Details

__init__(self, method, target)
(Constructor)

Constructor.
Parameters:
method - The method to wrap
target - The original target object

__call__(self)
(Call operator)

Invoke the wrapped method.

Generated by Epydoc 2.1 on Fri Apr 23 15:39:19 2004 http://epydoc.sf.net